home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1000.scp next >
Text File  |  1997-04-01  |  178b  |  12 lines

  1. proc main
  2. transmit "^M"
  3. waitfor "name:"
  4. transmit $USERID
  5. transmit "^M"
  6. waitfor "word:"
  7. transmit $PASSWORD
  8. transmit "^M"
  9. waitfor "annex:"
  10. transmit "2^M"
  11. delay 1
  12. endproc